﻿.player-wrapper {
  background-image: url('bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.flexbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-player {
  width: 100%;
  max-width: 400px;
  height: auto;
  background-color: #fff;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
}

.box-player .logo {
  margin-bottom: 20px;
}

.box-player span {
  display: block;
  text-align: center;
}

.box-player .apoio {
  font-size: 13px;
}

.frase-destaque {
  margin-top: 20px;
}

.frase-destaque span {
  width: 161px;
  font-size: 13px;
  margin-left: 15px;
}

.rodape {
  justify-content: space-between;
  width: 100%;
  margin-top: 34px;
  border-top: 1px solid #283d64;
  padding-top: 20px;
}

.logo-social {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.logo-social a {
  text-decoration: none;
}

iframe {
  margin-top: 16px;
}
